home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Hacks / Hacks '96 / PredatorPrey / DoScrap.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-06-22  |  248 b   |  15 lines  |  [TEXT/KAHL]

  1. /* DoScrap.h */
  2.  
  3. #ifndef __DOS__
  4. #define __DOS__
  5.  
  6. extern Boolean            scrapDirty;
  7. extern OSType            scrapType;
  8.     
  9. /*----------*/
  10. void    DoScrapSeg        (void);
  11. void    ReadDeskScrap    (void);
  12. void    WriteDeskScrap    (void);
  13. void    InitScrap        (void);
  14.  
  15. #endif    /*    __DOS__    */